home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / comm / zoomhint.zip / HELPME.ARJ / USR-FD.TXT < prev    next >
Text File  |  1993-12-22  |  2KB  |  67 lines

  1. --------------------------------------------------------------------------
  2. Setup hints for using BGFAX with the USR 21.6K/FD 2.11            12-22-93
  3. B.J. Guillot
  4. FidoNet 106/400                              InterNet: st1r8@jetson.uh.edu
  5. --------------------------------------------------------------------------
  6.  
  7. NOTE: If you want to use a 09/20/93 model USR modem with BGFAX, you
  8.       will need to use BGFAX 1.08.  This version works only with the
  9.       12/08/93 beta firmware.
  10.  
  11. Keep in mind that fax commands cannot be stored in NVRAM.
  12.  
  13. Here is the relevant information from FDSETUP ...
  14.  
  15. [FDSETUP] Modem -> Command Strings
  16.   Dial ..... AT
  17.    Prefix .. +FCLASS=0DT
  18.   Init-1 ... ATZ|
  19.   Init-2 ... AT+FCLASS=2.0|
  20.   Init-3 ... AT+FLI="713 555 1212"|
  21.  
  22.   +fclass=0dt              enables data mode operation on outgoing calls
  23.   +fclass=2.0              enables fax mode operation
  24.   +flid="713 555 1212"     sets your FAX ID, up to 20 characters
  25.   +fnr=1,1                 tells modem to let BGFAX know connect speed
  26.  
  27. Do NOT worry about the +FCC (a.k.a. +FDCC) and +FCR settings.
  28.  
  29. [FDSETUP] Modem -> Answer control
  30.   Manual answer    Yes
  31.   Force answer ... AT+FCLASS=2.0|~+FAA=1+FNR=1,1,1;A|
  32.  
  33. The "+faa=1" causes the modem to answer adaptively, i.e., to automatically
  34. determine whether the incoming call is fax or data and return the response
  35. to the modem.
  36.  
  37. [FDSETUP] Mailer -> Errorlevels
  38.   Fax ... 255
  39.  
  40. [FDSETUP] Modem -> Default Settings -> Messages
  41.    Fax ... +FCO
  42.  21600 ... CONNECT XXXXX
  43.  38400 ... CONNECT 21600
  44.  
  45. The "CONNECT 21600" string is included because there is a BUG in FD 2.11
  46. that does not allow the 'real' 21600 box to function.  You *must* set the
  47. 'real' 21600 box to something bogus such as "CONNECT XXXXX".
  48.  
  49. FDRUN.BAT should contain something similar to ...
  50.  
  51. @echo off
  52. c:
  53. cd\fd
  54. fd
  55. rem ***** if /FCO gives you problems, try using /FCON
  56. if errorlevel 255 bgfax /fco c:\bgfax 1 z
  57. if errorlevel 103 maint.bat
  58. if errorlevel 102 toss.bat
  59. if errorlevel 101 local.bat
  60. if errorlevel 100 dobbs.bat
  61.  
  62. ==========================================================================
  63.  
  64. Regards,
  65. B.J. Guillot
  66.  
  67.